Skip to content
This repository has been archived by the owner on Sep 1, 2020. It is now read-only.

Latest commit

 

History

History
6 lines (4 loc) · 249 Bytes

8.2 - swoole_http_request.md

File metadata and controls

6 lines (4 loc) · 249 Bytes

swoole_http_request

Http请求对象,保存了Http客户端请求的相关信息,包括GETPOSTCOOKIEHeader等。

  • Request对象销毁时会自动删除上传的临时文件
  • 请勿使用&符号引用$request对象